home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-04-14 | 379 b | 17 lines | [TEXT/MPS ] |
- # Special gC that takes the tool location as its required first argument.
-
- set echo 0
- set oldexit {exit}
- set exit 0
- # Extract the location of the driver program.
- set toolplace "{1}"
- shift 1
- set temp "••GCCDriverTemp••"
-
- "{toolplace}"gcc_driver {"parameters"} -tools "{toolplace}" > "{temp}" && "{temp}"
-
- set error {status}
- delete -i -y "{temp}"
- set exit {oldexit}
- exit "{error}"
-